Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
SearchCustomSectionBase
Interface SearchCustomSectionBase
SearchViewカスタム系セクションの基底型
interface
SearchCustomSectionBase
{
componentName
?:
string
;
cssClassName
?:
string
;
elementRuntimeId
:
string
;
templateInterpretType
:
TemplateInterpretType
;
type
:
"SCRIPT"
|
"TEMPLATE"
;
}
Hierarchy (
view full
)
SearchSection
SearchCustomSectionBase
SearchScriptSection
SearchTemplateSection
Index
Properties
component
Name?
css
Class
Name?
element
Runtime
Id
template
Interpret
Type
type
Properties
Optional
component
Name
component
Name
?:
string
コンポーネント名
Optional
css
Class
Name
css
Class
Name
?:
string
CSSクラス名
element
Runtime
Id
element
Runtime
Id
:
string
エレメントランタイムID
template
Interpret
Type
template
Interpret
Type
:
TemplateInterpretType
テンプレートの解釈方法
type
type
:
"SCRIPT"
|
"TEMPLATE"
セクションのタイプ
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
component
Name
css
Class
Name
element
Runtime
Id
template
Interpret
Type
type
型・APIリファレンス
Loading...
SearchViewカスタム系セクションの基底型