Searched refs:defaultValue (Results 1 – 8 of 8) sorted by relevance
92 static SetAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;119 static setAndLink<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;172 static SetAndProp<S>(propName: string, defaultValue: S): SubscribedAbstractProperty<S>;203 static setAndProp<T>(propName: string, defaultValue: T): SubscribedAbstractProperty<T>;1205 defaultValue: number | string | boolean;1293 defaultValue: any;1401 defaultValue: number | string | boolean | Object;1447 static PersistProp<T>(key: string, defaultValue: T): void;1474 static persistProp<T>(key: string, defaultValue: T): void;1518 defaultValue: any;[all …]
24 defaultValue: number; property in Test
24 defaultValue: number; property
297 defaultValue?: string; property
1652 defaultValue?: string; property1682 defaultValue?: string; property
397 defaultValue?: string; property
415 defaultValue: tagObject.default ? tagObject.default : undefined648 …(commentTag.defaultValue ? `[${commentTag.name} = ${commentTag.defaultValue}]` : `[${commentTag.na…
111 defaultValue: tag.default ? tag.default : undefined,