Type alias CreateViewTarget

CreateViewTarget: Identity & {
    location?: {
        id: string;
        index?: number;
    };
}

Generated using TypeDoc