space.svelte.ts

Declarations
#

4 declarations

view source

Space
#

space.svelte.ts view source

inheritance

extends:
  • Cell<typeof SpaceJson>

name

type string

directory_paths

type Array<string>

directory_count

type number

readonly

constructor

type new (options: SpaceOptions): Space

options

add_directory

type (path: string): void

path
type string
returns void

remove_directory

type (path: string): void

path
type string
returns void

SpaceJson
#

space.svelte.ts view source

ZodObject<{ id: ZodDefault<$ZodBranded<ZodUUID, "Uuid", "out">>; created: ZodDefault<$ZodBranded<ZodISODateTime, "Datetime", "out">>; updated: ZodDefault<...>; name: ZodDefault<...>; directory_paths: ZodDefault<...>; }, $strict>

SpaceJsonInput
#

space.svelte.ts view source

{ id?: string | undefined; created?: string | undefined; updated?: string | undefined; name?: string | undefined; directory_paths?: string[] | undefined; }

SpaceOptions
#

Depends on
#

Imported by
#