Type alias DoCustomLayerCommandParameter<T>

DoCustomLayerCommandParameter<T>: {
    command: T;
    param: CustomLayerCommandParameter[T];
}

執行自畫圖層指令參數。

Type Parameters

Type declaration

Generated using TypeDoc