Type alias CreateViewOptionsType<Type, extra>

CreateViewOptionsType<Type, extra>: {
    type: Type;
} & extra

Shared attributes of all View creation options.

Type Parameters

Type declaration

  • type: Type

    Type of the View.