Type alias CategoryOptions<T>

CategoryOptions<T>: VcsObjectOptions & {
    classRegistryName?: keyof VcsApp;
    featureProperty?: keyof T;
    keyProperty?: keyof T;
    layerOptions?: VectorOptions;
    title?: string;
}

Type Parameters

Type declaration

  • Optional classRegistryName?: keyof VcsApp

    the class registry name on the current app to provide classes for this category. if provided, parseItems will deserialize using this class registry. See: getObjectFromClassRegistry.

  • Optional featureProperty?: keyof T
  • Optional keyProperty?: keyof T
  • Optional layerOptions?: VectorOptions
  • Optional title?: string

Generated using TypeDoc