Api

MethodCursorsystemstylenameSplicename

OpenAPI > Method > cursorSystemStyleName_spliceName

OpenAPI.Method.cursorSystemStyleName_spliceName() method

基于cursorSystemStyleName来弹出指定名称

Signature:

static cursorSystemStyleName_spliceName(name: string[]): string[];

Parameters

Parameter

Type

Description

name

string[]

弹出指定的名称

string[]

Example

const cursorStyle = OpenAPI.Method.cursorSystemStyleName_spliceName(['default', 'auto']) // 返回 ['pointer', 'text', 'wait', 'help', 'crosshair', 'move', 'n-resize', 's-resize', 'w-resize', 'e-resize', 'nw-resize', 'sw-resize', 'ne-resize', 'se-resize']

Copyright © 2021 - 2025